| Visual Basic (Declaration) | |
|---|---|
Public Class EntityQueryOperation(Of T) Inherits IdeaBlade.EntityModel.BaseOperation(Of EntityQueriedEventArgs(Of T),EntityQueryOperation(Of T)) Implements INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityQueryOperation(Of T) | |
| C# | |
|---|---|
public class EntityQueryOperation<T> : IdeaBlade.EntityModel.BaseOperation<EntityQueriedEventArgs<T>,EntityQueryOperation<T>>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class EntityQueryOperation : public IdeaBlade.EntityModel.BaseOperation<EntityQueriedEventArgs<T>,EntityQueryOperation<T>>, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
- T
Returned by an EntityManager.ExecuteQueryAsync<T> call. You can use the EntityQueryOperation to track or cancel the request. The EntityQueryOperation is also passed to the callback method supplied to the async call.
System.Object
IdeaBlade.EntityModel.BaseOperation
IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
IdeaBlade.EntityModel.EntityQueryOperation<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family